function aggiorna_percentuale_profilo(id) {
	$('#percentuale_profilo').attr("src","/include/php/iframe/percentuale_profilo.php?id=" + id);
}

$(document).ready(function() {

	// checkbox/radio personalizzati
	// ":not([safari])" is desirable but not necessary selector
	$('input:checkbox:not([safari])').checkbox({ empty:'/media/graphics/empty.png' });
	$('input[safari]:checkbox').checkbox({cls:'jquery-safari-checkbox'});
	$('input:radio').checkbox({ empty:'/media/graphics/empty.png' });

	// jframe loading
	jQuery.fn.waitingJFrame = function () {
		$(this).html("<img src=\"/media/graphics/ajax-loader.gif\" />");
	}
});

function apri_thickbox(url) {
	$("#thicker").attr("href",url);
	$("#thicker").click();
}
